home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ------------------------------------------------------------------------
- echo .
- echo This batch file will print the documentation for Play 'n' Learn.
- echo .
- echo .
- echo BE SURE YOUR PRINTER IS ON!
- echo .
- echo This software and manual is copyrighted by Steven C. Hudgik - 1988, 1989,
- echo 1990 and 1991 All Rights Reserved
- echo .
- echo ------------------------------------------------------------------------
- echo .
- echo .
- echo .
- echo .
- PAUSE
- echo .
- echo .
- echo .
- echo .............Printing documentation... please wait
- echo .
- echo .
- echo Here's what people are saying about Play 'n' Learn:
- echo .
- echo "For very young children there may be no better program available than
- echo Play 'n' Learn." - Shareware Magazine, September-October 1990
- echo .
- echo "I got Play 'n' Learn for my three year old granddaughter, but I have
- echo been enjoying the Underground Alphabet game myself." A.G., McLean, VA
- echo .
- echo "Mr. Hudgik is to be commended for his understanding of young children
- echo as well as for the quality of Play 'n' Learn." Personal Computer
- echo Magazine for Tandy Users, January 1989
- echo .
- echo "You have such wonderful products and still have a human touch. Thank
- echo you. Keep up the **GREAT** work." K.R., Apopka, FL
- echo .
- echo .
- echo .
- echo .
- COPY PLAY.DOC=LPT1:
- echo *************************************************************************
- echo *************************************************************************
- echo *************************************************************************
- echo *************************************************************************
- echo *************************************************************************
- echo *************************************************************************
- echo .
- echo .
- echo .
- echo Finished printing. Have fun!
- echo .
- echo on